home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / ARCHIVE / ZIPCOM.ZIP / ZC.DOC < prev    next >
Encoding:
Text File  |  1990-08-21  |  6.4 KB  |  169 lines

  1. ZC v2.10 - ZIP Commenter
  2. by Jeff Garzik
  3.  
  4.  
  5. Requirements
  6. ------------
  7. PC-DOS or MS-DOS v3.0 or later
  8. IBM or compatible machine
  9. At least 95k FREE RAM at time of execution
  10.  
  11.  
  12. Disclaimer
  13. ----------
  14. The program, ZC, and its associated documentation, are hereby dedicated to
  15. the public domain.  Anyone may use this for their own personal purposes, or
  16. for any reason, as long as that reason doesn't include commercial
  17. distribution.  By issuing this statement, the author disclaims any
  18. liability, or warranty (expressed or implied), that could or might be
  19. associated with this product through any circumstances.  This type of
  20. disclaimer is prohitibed in certain states of the US, and is void in those
  21. states.
  22.  
  23. If you wish to distribute this product with your program, or any program,
  24. you are free to do so, as long as due credit is given to the author, Jeff
  25. M. Garzik.
  26.  
  27.  
  28. Using ZC
  29. --------
  30. [d:][path]ZC [zipfile] [commentfile]
  31.  
  32. [d:][path] before ZC to specify the drive and path that contains the
  33. ZC.EXE command file.
  34.  
  35. [zipfile] after ZC to specify which .ZIP file(s) to be processed.  This
  36. is a standard DOS path/file name, and CAN contain wildcards.  If an
  37. extension is not specified, then the default extension of .ZIP is
  38. assumed.
  39.  
  40. [commentfile] after zipfile to specify which ASCII TEXT file is to be
  41. used as the ZIP comment.  This CANNOT include wildcards, and will abort
  42. with an error if one is specified.
  43.  
  44.  
  45. Examples
  46. --------
  47. ZC * COMMENT.FIL
  48.      This executes ZC, with the command to process all files with the
  49. extension .ZIP, and replace the existing comment (if any) with the
  50. comment contained in COMMENT.FIL.
  51.  
  52. E:\UTILITY\ZC C:\DOWNLOAD\A*.ZIP AUTOEXEC.BAT
  53.      This executes ZC.EXE, assuming it is on drive E: and in directory
  54. UTILITY, with the command to process all .ZIP files that start with A in
  55. their filename, replacing the existing comment (if any) with all the
  56. text contained in AUTOEXEC.BAT in the current directory.
  57.  
  58.  
  59. Donations
  60. ---------
  61. If you like this program, PLEASE send $5 to this address:
  62.  
  63.      Jeff Garzik
  64.      117 Harrell St.
  65.      Greenville, NC  27858
  66.  
  67.  
  68. v2.00 Benchmarks
  69. ----------
  70. 235 files (ranging from 1k to 30k):
  71.      ZC       - 41.59 seconds
  72.      PKBANNER - 45.96 seconds
  73.  
  74. 13 files (ranging from 6k to 312k):
  75.      ZC       - 2.36 seconds
  76.      PKBANNER - 2.80 seconds
  77.  
  78.  
  79. Update History
  80. --------------
  81. 0.00 -    Beta test release.
  82.  
  83. 1.00 -    First public release.
  84.           Fixed memory allocation bug.
  85.           Included command line help.
  86.           Included documentation.
  87.           Added support for wildcard zipfiles on command line.
  88.           Added default extension (.ZIP) support.
  89.  
  90. 1.01 -    Changed command line help.
  91.           Improved file read routines (now faster).
  92.           Major overhaul of documentation.
  93.           Fixed another memory allocation bug.
  94.           Reduced code redundancy.
  95.  
  96. 1.02 -    Made processing a WHOLE lot faster.  It still isn't up to the
  97.                speed of PKBANNER, but it is getting closer each time.
  98.                What ZC did previously was repeatedly read the zip
  99.                comment file from disk each time a ZIP file was processed.
  100.                This was stupidity personified on my part, and I apologize.
  101.                What it now does it read the comment file into RAM at the
  102.                start of the program, and then process.  This means that
  103.                about 32k more RAM is required, but the speed makes up for
  104.                that.
  105.           Updated documentation to reflect changes.
  106.           Fixed bug in command line when a single ZIP file was specified.
  107.  
  108. 1.02a-    Interim release.
  109.           There was a major bug that messed up the comments that forced me
  110.           to release this newer version.
  111.           Updated the docs so users could see a unbaised comparison of the
  112.           two programs.
  113.  
  114. 2.00 -    ZC IS NOW FASTER THAN PKBANNER! (See "Benchmarks" for details)
  115.           Documentation update
  116.  
  117. 2.10 -    Fixed bug that did not shrink file size when adding comments
  118.                that were smaller than the existing comment.
  119.           Improved speed, especially on 8086- and 8088-based machines.
  120.           Released ZC PLUS because of many requested features.
  121.  
  122.  
  123.          ----------------end-of-author's-documentation---------------
  124.  
  125.                          Software Library Information:
  126.  
  127.                     This disk copy provided as a service of
  128.  
  129.                            Public (software) Library
  130.  
  131.          We are not the authors of this program, nor are we associated
  132.          with the author in any way other than as a distributor of the
  133.          program in accordance with the author's terms of distribution.
  134.  
  135.          Please direct shareware payments and specific questions about
  136.          this program to the author of the program, whose name appears
  137.          elsewhere in  this documentation. If you have trouble getting
  138.          in touch with the author,  we will do whatever we can to help
  139.          you with your questions. All programs have been tested and do
  140.          run.  To report problems,  please use the form that is in the
  141.          file PROBLEM.DOC on many of our disks or in other written for-
  142.          mat with screen printouts, if possible.  PsL cannot debug pro-
  143.          programs over the telephone, though we can answer questions.
  144.  
  145.          Disks in the PsL are updated  monthly,  so if you did not get
  146.          this disk directly from the PsL, you should be aware that the
  147.          files in this set may no longer be the current versions. Also,
  148.          if you got this disk from another vendor and are having prob-
  149.          lems,  be aware that  some files may have become corrupted or
  150.          lost by that vendor. Get a current, working disk from PsL.
  151.  
  152.          For a copy of the latest monthly software library newsletter
  153.          and a list of the 2,000+ disks in the library, call or write
  154.  
  155.                            Public (software) Library
  156.                                P.O.Box 35705 - F
  157.                             Houston, TX 77235-5705
  158.  
  159.                                 1-800-2424-PSL
  160.                                  MC/Visa/AmEx
  161.  
  162.                           Outside of U.S. or in Texas
  163.                           or for general information,
  164.                               Call 1-713-524-6394
  165.  
  166.                           PsL also has an outstanding
  167.                           catalog for the Macintosh.
  168.  
  169.